wayland: Mark private function as static
authorEmmanuele Bassi <ebassi@gnome.org>
Fri, 28 Apr 2017 21:21:19 +0000 (22:21 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Fri, 28 Apr 2017 21:21:19 +0000 (22:21 +0100)
The selection_lookup_offer_by_atom() function is private to the file and
not used elsewhere.

gdk/wayland/gdkselection-wayland.c

index b31af85139dbdf8551e21e46112d2682a75d4fc0..b98caa8ddfc23a3a6445a57bb252681cb891dae3 100644 (file)
@@ -479,7 +479,7 @@ static const struct gtk_primary_selection_offer_listener primary_offer_listener
   primary_offer_offer,
 };
 
-SelectionData *
+static SelectionData *
 selection_lookup_offer_by_atom (GdkWaylandSelection *selection,
                                 GdkAtom              selection_atom)
 {